Class: Aws::Types::Ec2InstanceAttributes
- Inherits:
-
Object
- Object
- Aws::Types::Ec2InstanceAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_master_security_groups ⇒ ::Array[::String]
Returns the value of attribute additional_master_security_groups.
-
#additional_slave_security_groups ⇒ ::Array[::String]
Returns the value of attribute additional_slave_security_groups.
-
#ec2_availability_zone ⇒ ::String
Returns the value of attribute ec2_availability_zone.
-
#ec2_key_name ⇒ ::String
Returns the value of attribute ec2_key_name.
-
#ec2_subnet_id ⇒ ::String
Returns the value of attribute ec2_subnet_id.
-
#emr_managed_master_security_group ⇒ ::String
Returns the value of attribute emr_managed_master_security_group.
-
#emr_managed_slave_security_group ⇒ ::String
Returns the value of attribute emr_managed_slave_security_group.
-
#iam_instance_profile ⇒ ::String
Returns the value of attribute iam_instance_profile.
-
#requested_ec2_availability_zones ⇒ ::Array[::String]
Returns the value of attribute requested_ec2_availability_zones.
-
#requested_ec2_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute requested_ec2_subnet_ids.
-
#service_access_security_group ⇒ ::String
Returns the value of attribute service_access_security_group.
Instance Attribute Details
#additional_master_security_groups ⇒ ::Array[::String]
Returns the value of attribute additional_master_security_groups.
481 482 483 |
# File 'sig/types.rbs', line 481 def additional_master_security_groups @additional_master_security_groups end |
#additional_slave_security_groups ⇒ ::Array[::String]
Returns the value of attribute additional_slave_security_groups.
482 483 484 |
# File 'sig/types.rbs', line 482 def additional_slave_security_groups @additional_slave_security_groups end |
#ec2_availability_zone ⇒ ::String
Returns the value of attribute ec2_availability_zone.
475 476 477 |
# File 'sig/types.rbs', line 475 def ec2_availability_zone @ec2_availability_zone end |
#ec2_key_name ⇒ ::String
Returns the value of attribute ec2_key_name.
472 473 474 |
# File 'sig/types.rbs', line 472 def ec2_key_name @ec2_key_name end |
#ec2_subnet_id ⇒ ::String
Returns the value of attribute ec2_subnet_id.
473 474 475 |
# File 'sig/types.rbs', line 473 def ec2_subnet_id @ec2_subnet_id end |
#emr_managed_master_security_group ⇒ ::String
Returns the value of attribute emr_managed_master_security_group.
478 479 480 |
# File 'sig/types.rbs', line 478 def emr_managed_master_security_group @emr_managed_master_security_group end |
#emr_managed_slave_security_group ⇒ ::String
Returns the value of attribute emr_managed_slave_security_group.
479 480 481 |
# File 'sig/types.rbs', line 479 def emr_managed_slave_security_group @emr_managed_slave_security_group end |
#iam_instance_profile ⇒ ::String
Returns the value of attribute iam_instance_profile.
477 478 479 |
# File 'sig/types.rbs', line 477 def iam_instance_profile @iam_instance_profile end |
#requested_ec2_availability_zones ⇒ ::Array[::String]
Returns the value of attribute requested_ec2_availability_zones.
476 477 478 |
# File 'sig/types.rbs', line 476 def requested_ec2_availability_zones @requested_ec2_availability_zones end |
#requested_ec2_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute requested_ec2_subnet_ids.
474 475 476 |
# File 'sig/types.rbs', line 474 def requested_ec2_subnet_ids @requested_ec2_subnet_ids end |
#service_access_security_group ⇒ ::String
Returns the value of attribute service_access_security_group.
480 481 482 |
# File 'sig/types.rbs', line 480 def service_access_security_group @service_access_security_group end |