Class: Aws::Types::GetServiceResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
-
#dns_entry ⇒ Types::DnsEntry
Returns the value of attribute dns_entry.
-
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#idle_timeout_seconds ⇒ ::Integer
Returns the value of attribute idle_timeout_seconds.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
759 760 761 |
# File 'sig/types.rbs', line 759 def arn @arn end |
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
766 767 768 |
# File 'sig/types.rbs', line 766 def auth_type @auth_type end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
764 765 766 |
# File 'sig/types.rbs', line 764 def certificate_arn @certificate_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
760 761 762 |
# File 'sig/types.rbs', line 760 def created_at @created_at end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
763 764 765 |
# File 'sig/types.rbs', line 763 def custom_domain_name @custom_domain_name end |
#dns_entry ⇒ Types::DnsEntry
Returns the value of attribute dns_entry.
762 763 764 |
# File 'sig/types.rbs', line 762 def dns_entry @dns_entry end |
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
768 769 770 |
# File 'sig/types.rbs', line 768 def failure_code @failure_code end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
769 770 771 |
# File 'sig/types.rbs', line 769 def @failure_message end |
#id ⇒ ::String
Returns the value of attribute id.
757 758 759 |
# File 'sig/types.rbs', line 757 def id @id end |
#idle_timeout_seconds ⇒ ::Integer
Returns the value of attribute idle_timeout_seconds.
767 768 769 |
# File 'sig/types.rbs', line 767 def idle_timeout_seconds @idle_timeout_seconds end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
761 762 763 |
# File 'sig/types.rbs', line 761 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
758 759 760 |
# File 'sig/types.rbs', line 758 def name @name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
765 766 767 |
# File 'sig/types.rbs', line 765 def status @status end |