Class: Aws::Types::ResourceV2

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


2626
2627
2628
# File 'sig/types.rbs', line 2626

def 
  @account_id
end

#cloud_partition::String

Returns the value of attribute cloud_partition.

Returns:

  • (::String)


2630
2631
2632
# File 'sig/types.rbs', line 2630

def cloud_partition
  @cloud_partition
end

#dataTypes::ResourceData

Returns the value of attribute data.

Returns:



2632
2633
2634
# File 'sig/types.rbs', line 2632

def data
  @data
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2625
2626
2627
# File 'sig/types.rbs', line 2625

def name
  @name
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


2628
2629
2630
# File 'sig/types.rbs', line 2628

def region
  @region
end

#resource_type"EC2_INSTANCE", ...

Returns the value of attribute resource_type.

Returns:

  • ("EC2_INSTANCE", "EC2_NETWORK_INTERFACE", "S3_BUCKET", "S3_OBJECT", "ACCESS_KEY", "EKS_CLUSTER", "KUBERNETES_WORKLOAD", "CONTAINER", "ECS_CLUSTER", "ECS_TASK", "AUTOSCALING_AUTO_SCALING_GROUP", "IAM_INSTANCE_PROFILE", "CLOUDFORMATION_STACK", "EC2_LAUNCH_TEMPLATE", "EC2_VPC", "EC2_IMAGE")


2627
2628
2629
# File 'sig/types.rbs', line 2627

def resource_type
  @resource_type
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


2629
2630
2631
# File 'sig/types.rbs', line 2629

def service
  @service
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2631
2632
2633
# File 'sig/types.rbs', line 2631

def tags
  @tags
end

#uid::String

Returns the value of attribute uid.

Returns:

  • (::String)


2624
2625
2626
# File 'sig/types.rbs', line 2624

def uid
  @uid
end