Class: Aws::Types::ServiceNetworkServiceAssociationSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1303
1304
1305
# File 'sig/types.rbs', line 1303

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1305
1306
1307
# File 'sig/types.rbs', line 1305

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1304
1305
1306
# File 'sig/types.rbs', line 1304

def created_by
  @created_by
end

#custom_domain_name::String

Returns the value of attribute custom_domain_name.

Returns:

  • (::String)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def custom_domain_name
  @custom_domain_name
end

#dns_entryTypes::DnsEntry

Returns the value of attribute dns_entry.

Returns:



1312
1313
1314
# File 'sig/types.rbs', line 1312

def dns_entry
  @dns_entry
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1301
1302
1303
# File 'sig/types.rbs', line 1301

def id
  @id
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def service_arn
  @service_arn
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


1306
1307
1308
# File 'sig/types.rbs', line 1306

def service_id
  @service_id
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


1307
1308
1309
# File 'sig/types.rbs', line 1307

def service_name
  @service_name
end

#service_network_arn::String

Returns the value of attribute service_network_arn.

Returns:

  • (::String)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def service_network_arn
  @service_network_arn
end

#service_network_id::String

Returns the value of attribute service_network_id.

Returns:

  • (::String)


1309
1310
1311
# File 'sig/types.rbs', line 1309

def service_network_id
  @service_network_id
end

#service_network_name::String

Returns the value of attribute service_network_name.

Returns:

  • (::String)


1310
1311
1312
# File 'sig/types.rbs', line 1310

def service_network_name
  @service_network_name
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "ACTIVE", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED")


1302
1303
1304
# File 'sig/types.rbs', line 1302

def status
  @status
end