Class: Aws::Types::ResourceData
- Inherits:
-
Object
- Object
- Aws::Types::ResourceData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_key ⇒ Types::AccessKey
Returns the value of attribute access_key.
-
#autoscaling_auto_scaling_group ⇒ Types::AutoscalingAutoScalingGroup
Returns the value of attribute autoscaling_auto_scaling_group.
-
#cloudformation_stack ⇒ Types::CloudformationStack
Returns the value of attribute cloudformation_stack.
-
#container ⇒ Types::ContainerFindingResource
Returns the value of attribute container.
-
#ec2_image ⇒ Types::Ec2Image
Returns the value of attribute ec2_image.
-
#ec2_instance ⇒ Types::Ec2Instance
Returns the value of attribute ec2_instance.
-
#ec2_launch_template ⇒ Types::Ec2LaunchTemplate
Returns the value of attribute ec2_launch_template.
-
#ec2_network_interface ⇒ Types::Ec2NetworkInterface
Returns the value of attribute ec2_network_interface.
-
#ec2_vpc ⇒ Types::Ec2Vpc
Returns the value of attribute ec2_vpc.
-
#ecs_cluster ⇒ Types::EcsCluster
Returns the value of attribute ecs_cluster.
-
#ecs_task ⇒ Types::EcsTask
Returns the value of attribute ecs_task.
-
#eks_cluster ⇒ Types::EksCluster
Returns the value of attribute eks_cluster.
-
#iam_instance_profile ⇒ Types::IamInstanceProfileV2
Returns the value of attribute iam_instance_profile.
-
#kubernetes_workload ⇒ Types::KubernetesWorkload
Returns the value of attribute kubernetes_workload.
-
#s3_bucket ⇒ Types::S3Bucket
Returns the value of attribute s3_bucket.
-
#s3_object ⇒ Types::S3Object
Returns the value of attribute s3_object.
Instance Attribute Details
#access_key ⇒ Types::AccessKey
Returns the value of attribute access_key.
2586 2587 2588 |
# File 'sig/types.rbs', line 2586 def access_key @access_key end |
#autoscaling_auto_scaling_group ⇒ Types::AutoscalingAutoScalingGroup
Returns the value of attribute autoscaling_auto_scaling_group.
2595 2596 2597 |
# File 'sig/types.rbs', line 2595 def autoscaling_auto_scaling_group @autoscaling_auto_scaling_group end |
#cloudformation_stack ⇒ Types::CloudformationStack
Returns the value of attribute cloudformation_stack.
2599 2600 2601 |
# File 'sig/types.rbs', line 2599 def cloudformation_stack @cloudformation_stack end |
#container ⇒ Types::ContainerFindingResource
Returns the value of attribute container.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def container @container end |
#ec2_image ⇒ Types::Ec2Image
Returns the value of attribute ec2_image.
2598 2599 2600 |
# File 'sig/types.rbs', line 2598 def ec2_image @ec2_image end |
#ec2_instance ⇒ Types::Ec2Instance
Returns the value of attribute ec2_instance.
2585 2586 2587 |
# File 'sig/types.rbs', line 2585 def ec2_instance @ec2_instance end |
#ec2_launch_template ⇒ Types::Ec2LaunchTemplate
Returns the value of attribute ec2_launch_template.
2596 2597 2598 |
# File 'sig/types.rbs', line 2596 def ec2_launch_template @ec2_launch_template end |
#ec2_network_interface ⇒ Types::Ec2NetworkInterface
Returns the value of attribute ec2_network_interface.
2587 2588 2589 |
# File 'sig/types.rbs', line 2587 def ec2_network_interface @ec2_network_interface end |
#ec2_vpc ⇒ Types::Ec2Vpc
Returns the value of attribute ec2_vpc.
2597 2598 2599 |
# File 'sig/types.rbs', line 2597 def ec2_vpc @ec2_vpc end |
#ecs_cluster ⇒ Types::EcsCluster
Returns the value of attribute ecs_cluster.
2592 2593 2594 |
# File 'sig/types.rbs', line 2592 def ecs_cluster @ecs_cluster end |
#ecs_task ⇒ Types::EcsTask
Returns the value of attribute ecs_task.
2593 2594 2595 |
# File 'sig/types.rbs', line 2593 def ecs_task @ecs_task end |
#eks_cluster ⇒ Types::EksCluster
Returns the value of attribute eks_cluster.
2589 2590 2591 |
# File 'sig/types.rbs', line 2589 def eks_cluster @eks_cluster end |
#iam_instance_profile ⇒ Types::IamInstanceProfileV2
Returns the value of attribute iam_instance_profile.
2594 2595 2596 |
# File 'sig/types.rbs', line 2594 def iam_instance_profile @iam_instance_profile end |
#kubernetes_workload ⇒ Types::KubernetesWorkload
Returns the value of attribute kubernetes_workload.
2590 2591 2592 |
# File 'sig/types.rbs', line 2590 def kubernetes_workload @kubernetes_workload end |
#s3_bucket ⇒ Types::S3Bucket
Returns the value of attribute s3_bucket.
2584 2585 2586 |
# File 'sig/types.rbs', line 2584 def s3_bucket @s3_bucket end |
#s3_object ⇒ Types::S3Object
Returns the value of attribute s3_object.
2588 2589 2590 |
# File 'sig/types.rbs', line 2588 def s3_object @s3_object end |