Class: Aws::Types::ServiceNetworkSummary

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)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1321
1322
1323
# File 'sig/types.rbs', line 1321

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1318
1319
1320
# File 'sig/types.rbs', line 1318

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1322
1323
1324
# File 'sig/types.rbs', line 1322

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def name
  @name
end

#number_of_associated_resource_configurations::Integer

Returns the value of attribute number_of_associated_resource_configurations.

Returns:

  • (::Integer)


1325
1326
1327
# File 'sig/types.rbs', line 1325

def number_of_associated_resource_configurations
  @number_of_associated_resource_configurations
end

#number_of_associated_services::Integer

Returns the value of attribute number_of_associated_services.

Returns:

  • (::Integer)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def number_of_associated_services
  @number_of_associated_services
end

#number_of_associated_vp_cs::Integer

Returns the value of attribute number_of_associated_vp_cs.

Returns:

  • (::Integer)


1323
1324
1325
# File 'sig/types.rbs', line 1323

def number_of_associated_vp_cs
  @number_of_associated_vp_cs
end