Module: Aws::VPCLattice::Client::_GetServiceNetworkResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetServiceNetworkResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #auth_type ⇒ "NONE", "AWS_IAM"
- #created_at ⇒ ::Time
- #id ⇒ ::String
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
- #number_of_associated_services ⇒ ::Integer
- #number_of_associated_vp_cs ⇒ ::Integer
- #sharing_config ⇒ Types::SharingConfig
Instance Method Details
#arn ⇒ ::String
719 |
# File 'sig/client.rbs', line 719
def arn: () -> ::String
|
#auth_type ⇒ "NONE", "AWS_IAM"
720 |
# File 'sig/client.rbs', line 720
def auth_type: () -> ("NONE" | "AWS_IAM")
|
#created_at ⇒ ::Time
717 |
# File 'sig/client.rbs', line 717
def created_at: () -> ::Time
|
#id ⇒ ::String
715 |
# File 'sig/client.rbs', line 715
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
718 |
# File 'sig/client.rbs', line 718
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
716 |
# File 'sig/client.rbs', line 716
def name: () -> ::String
|
#number_of_associated_services ⇒ ::Integer
723 |
# File 'sig/client.rbs', line 723
def number_of_associated_services: () -> ::Integer
|
#number_of_associated_vp_cs ⇒ ::Integer
722 |
# File 'sig/client.rbs', line 722
def number_of_associated_vp_cs: () -> ::Integer
|
#sharing_config ⇒ Types::SharingConfig
721 |
# File 'sig/client.rbs', line 721
def sharing_config: () -> Types::SharingConfig
|