Class: Aws::Types::AssetAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def agent_id
  @agent_id
end

#ami_id::String

Returns the value of attribute ami_id.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def ami_id
  @ami_id
end

#auto_scaling_group::String

Returns the value of attribute auto_scaling_group.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def auto_scaling_group
  @auto_scaling_group
end

#hostname::String

Returns the value of attribute hostname.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def hostname
  @hostname
end

#ipv4_addresses::Array[::String]

Returns the value of attribute ipv4_addresses.

Returns:

  • (::Array[::String])


166
167
168
# File 'sig/types.rbs', line 166

def ipv4_addresses
  @ipv4_addresses
end

#network_interfaces::Array[Types::NetworkInterface]

Returns the value of attribute network_interfaces.

Returns:



168
169
170
# File 'sig/types.rbs', line 168

def network_interfaces
  @network_interfaces
end

#schema_version::Integer

Returns the value of attribute schema_version.

Returns:

  • (::Integer)


161
162
163
# File 'sig/types.rbs', line 161

def schema_version
  @schema_version
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



167
168
169
# File 'sig/types.rbs', line 167

def tags
  @tags
end