Class: Aws::Mobile::Types::Resource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb

Overview

Information about an instance of an AWS resource associated with a project.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

AWS resource name which uniquely identifies the resource in AWS systems.

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 552

class Resource < Struct.new(
  :type,
  :name,
  :arn,
  :feature,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#attributesHash<String,String>

Key-value attribute pairs.

Returns:

  • (Hash<String,String>)


552
553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 552

class Resource < Struct.new(
  :type,
  :name,
  :arn,
  :feature,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#featureString

Identifies which feature in AWS Mobile Hub is associated with this AWS resource.

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 552

class Resource < Struct.new(
  :type,
  :name,
  :arn,
  :feature,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the AWS resource (e.g., for an Amazon S3 bucket this is the name of the bucket).

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 552

class Resource < Struct.new(
  :type,
  :name,
  :arn,
  :feature,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Simplified name for type of AWS resource (e.g., bucket is an Amazon S3 bucket).

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 552

class Resource < Struct.new(
  :type,
  :name,
  :arn,
  :feature,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end