Class: Aws::Types::GetResourceConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_association_to_shareable_service_network ⇒ Boolean
Returns the value of attribute allow_association_to_shareable_service_network.
-
#amazon_managed ⇒ Boolean
Returns the value of attribute amazon_managed.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
-
#domain_verification_arn ⇒ ::String
Returns the value of attribute domain_verification_arn.
-
#domain_verification_id ⇒ ::String
Returns the value of attribute domain_verification_id.
-
#domain_verification_status ⇒ "VERIFIED", ...
Returns the value of attribute domain_verification_status.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#group_domain ⇒ ::String
Returns the value of attribute group_domain.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#port_ranges ⇒ ::Array[::String]
Returns the value of attribute port_ranges.
-
#protocol ⇒ "TCP"
Returns the value of attribute protocol.
-
#resource_configuration_definition ⇒ Types::ResourceConfigurationDefinition
Returns the value of attribute resource_configuration_definition.
-
#resource_configuration_group_id ⇒ ::String
Returns the value of attribute resource_configuration_group_id.
-
#resource_gateway_id ⇒ ::String
Returns the value of attribute resource_gateway_id.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#type ⇒ "GROUP", ...
Returns the value of attribute type.
Instance Attribute Details
#allow_association_to_shareable_service_network ⇒ Boolean
Returns the value of attribute allow_association_to_shareable_service_network.
587 588 589 |
# File 'sig/types.rbs', line 587 def allow_association_to_shareable_service_network @allow_association_to_shareable_service_network end |
#amazon_managed ⇒ Boolean
Returns the value of attribute amazon_managed.
594 595 596 |
# File 'sig/types.rbs', line 594 def amazon_managed @amazon_managed end |
#arn ⇒ ::String
Returns the value of attribute arn.
583 584 585 |
# File 'sig/types.rbs', line 583 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
593 594 595 |
# File 'sig/types.rbs', line 593 def created_at @created_at end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
590 591 592 |
# File 'sig/types.rbs', line 590 def custom_domain_name @custom_domain_name end |
#domain_verification_arn ⇒ ::String
Returns the value of attribute domain_verification_arn.
598 599 600 |
# File 'sig/types.rbs', line 598 def domain_verification_arn @domain_verification_arn end |
#domain_verification_id ⇒ ::String
Returns the value of attribute domain_verification_id.
597 598 599 |
# File 'sig/types.rbs', line 597 def domain_verification_id @domain_verification_id end |
#domain_verification_status ⇒ "VERIFIED", ...
Returns the value of attribute domain_verification_status.
599 600 601 |
# File 'sig/types.rbs', line 599 def domain_verification_status @domain_verification_status end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
595 596 597 |
# File 'sig/types.rbs', line 595 def failure_reason @failure_reason end |
#group_domain ⇒ ::String
Returns the value of attribute group_domain.
600 601 602 |
# File 'sig/types.rbs', line 600 def group_domain @group_domain end |
#id ⇒ ::String
Returns the value of attribute id.
581 582 583 |
# File 'sig/types.rbs', line 581 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
596 597 598 |
# File 'sig/types.rbs', line 596 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
582 583 584 |
# File 'sig/types.rbs', line 582 def name @name end |
#port_ranges ⇒ ::Array[::String]
Returns the value of attribute port_ranges.
588 589 590 |
# File 'sig/types.rbs', line 588 def port_ranges @port_ranges end |
#protocol ⇒ "TCP"
Returns the value of attribute protocol.
589 590 591 |
# File 'sig/types.rbs', line 589 def protocol @protocol end |
#resource_configuration_definition ⇒ Types::ResourceConfigurationDefinition
Returns the value of attribute resource_configuration_definition.
592 593 594 |
# File 'sig/types.rbs', line 592 def resource_configuration_definition @resource_configuration_definition end |
#resource_configuration_group_id ⇒ ::String
Returns the value of attribute resource_configuration_group_id.
585 586 587 |
# File 'sig/types.rbs', line 585 def resource_configuration_group_id @resource_configuration_group_id end |
#resource_gateway_id ⇒ ::String
Returns the value of attribute resource_gateway_id.
584 585 586 |
# File 'sig/types.rbs', line 584 def resource_gateway_id @resource_gateway_id end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
591 592 593 |
# File 'sig/types.rbs', line 591 def status @status end |
#type ⇒ "GROUP", ...
Returns the value of attribute type.
586 587 588 |
# File 'sig/types.rbs', line 586 def type @type end |