Module: Aws::VPCLattice::Client::_CreateServiceNetworkResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateServiceNetworkResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #auth_type ⇒ "NONE", "AWS_IAM"
- #id ⇒ ::String
- #name ⇒ ::String
- #sharing_config ⇒ Types::SharingConfig
Instance Method Details
#arn ⇒ ::String
258 |
# File 'sig/client.rbs', line 258
def arn: () -> ::String
|
#auth_type ⇒ "NONE", "AWS_IAM"
260 |
# File 'sig/client.rbs', line 260
def auth_type: () -> ("NONE" | "AWS_IAM")
|
#id ⇒ ::String
256 |
# File 'sig/client.rbs', line 256
def id: () -> ::String
|
#name ⇒ ::String
257 |
# File 'sig/client.rbs', line 257
def name: () -> ::String
|
#sharing_config ⇒ Types::SharingConfig
259 |
# File 'sig/client.rbs', line 259
def sharing_config: () -> Types::SharingConfig
|